runtime.m.oldp (field)

4 uses

	runtime (current package)
		proc.go#L4649: 	gp.m.oldp.set(pp)
		proc.go#L4925: 	oldp := gp.m.oldp.ptr()
		proc.go#L4926: 	gp.m.oldp.set(nil)
		runtime2.go#L644: 	oldp            puintptr // The P that was attached before executing a syscall.